public List <Course> GetCourseByOrganizationId(int id)
 {
     return(_batchRepository.GetCourseByOrganizationId(id));
 }