//updates the course for the user public void UpdateCourse(string UNI, Models.Course course) { sql.UpdateCourse(UNI, course); }