public static Course GetCourse(int courseID) { try { return(SQLAdapter.GetCourse(courseID)); } catch (Exception e) { return(null); } }