//removes a course from the user public void RemoveCourse(string UNI, int CourseID) { sql.RemoveCourse(UNI, CourseID); }