public DataTable GetDepartmentByCollege(string collegeCode)
 {
     return(collegeRepository.GetDepartmentByCollege(collegeCode));
 }