public ProductCategory Get(Guid id)
 {
     return(_productCategoriesManager.GetCategoryById(id));
 }