public CourseEntity GetCourseByID(int id) { using (CourseLogic logic = new CourseLogic()) { return(logic.GetCourseByID(id)); } }