public static bool checkPreReqCourseValid(string course_designation) { return(Course.checkValidCourseDesignation(course_designation)); }