public IEnumerable <GroupReportModel> GetCollegeReport
     (int termId, List <int> indictorList, List <int> scoreList,
     List <int> collegeList, string allColleges,
     string allCollegeIndicators, string allCollegeScores)
 {
     return(_repository.GetCollegeReport(termId, indictorList, scoreList,
                                         collegeList, allColleges,
                                         allCollegeIndicators, allCollegeScores));
 }