public static ICourseService GetCourseService() { return(new CourseService(DataAccessFactory.GetCourseDataAccess())); }