public IEnumerable <GroupReportModel> GetGroupReport
     (int termId, List <int> indictorList, List <int> scoreList,
     List <int> collegeList, List <int> groupList
     , string allColleges, string allGroups,
     string allGroupIndicators, string allGroupScores)
 {
     return(_repository.GetGroupReport
                (termId, indictorList, scoreList,
                collegeList, groupList
                , allColleges, allGroups,
                allGroupIndicators, allGroupScores));
 }