public System.Collections.Generic.List <Course> getCourses(int sessionId) { return(comInterface.getCourses(sessionId)); }