public bool AddCoursesFromXml(int sessionId, String xmlString) { return(comInterface.AddCoursesFromXml(sessionId, xmlString)); }