public IEnumerable <Model.Student> GetStudentsBySchoolID(int ID) { return(_studentsRepo.GetStudentsBySchool(ID)); }