public List <BringDepartmentData> GetAllDepartmentDatas()
 {
     return(departmentManager.GetAllCourseDatas());
 }