private bool SubCategoryExists(int id)
 {
     return(_repository.EntityExist(id));
 }