public bool AdjustEnrollment(int courseID, List <int> enrolled) { return(Repository.AdjustEnrollment(courseID, enrolled)); }