public static List <IJob> GetJobs(SearchCriteria searchCriteria, int ID, string JobType) { return(JobDAL.GetJobs(searchCriteria, ID, JobType)); }