public DataTable GetCollegeTable()
 {
     return(collegeRepository.GetCollegeTable());
 }