public TeacherController(IServiceEmployeeHistory serviceTeacherChange, IServiceEmployee serviceTeacher, IServiceTrainee serviceStudent)
 {
     _serviceTeacherChange = serviceTeacherChange;
     _serviceTeacher = serviceTeacher;
     _serviceStudent = serviceStudent;
 }
 public TeacherController(IServiceEmployeeHistory serviceTeacherChange, IServiceEmployee serviceTeacher, IServiceTrainee serviceStudent)
 {
     _serviceTeacherChange = serviceTeacherChange;
     _serviceTeacher = serviceTeacher;
     _serviceStudent = serviceStudent;
 }