public List <Department> GetAllDepartment()
 {
     return(teacherGetWay.GetAllDepartment());
 }