public void UpdateUserClass(int[] userIDs, String classInSchool, int staff) { Repository.UpdateUserClass(userIDs, classInSchool, staff); }