private Task <bool> JobCategoryExists(int id)
 {
     return(_jobCategoryService.IsExist(id));
 }