/// <summary> /// Get Course by CourseCode /// </summary> public Course GetByCourseCode(int id) { return(db.GetByCourseCode(id)); }