public SearchResult <Course> GetAllWithJoin(SearchParameter search)
 {
     return(courseDAL.GetCourseJoin(search));
 }