public ProfessorService(IUnitOfWork uow, IProfessorServiceDomain professorServiceDomain)
 {
     _uow = uow;
     _professorServiceDomain = professorServiceDomain;
 }
 public ProfessorService(IUnitOfWork uow, IProfessorServiceDomain professorServiceDomain)
 {
     _uow = uow;
     _professorServiceDomain = professorServiceDomain;
 }