public List <int> GetPredictYears() { var schoolNo = base.SchoolId; return(TermService.GetPredictYears(schoolNo)); }