Change constructor

Change(String form, String lesson, String subject, String teacher, String room, String info)

Implementation

Change(this.form, this.lesson, this.subject, this.teacher, this.room, this.info);