public int addCourse(string course, string subject, string prof, string semester, int year) { return(connection.addCourse(course, subject, prof, year, semester)); }