public int GetCountDependencies(int id)
 {
     return(_productCategoryRepository.GetCountDependencies(id));
 }