public static bool DeleteProductCategory(ProductCategoryEntity category)
 {
     return(ProductCategoryProvider.Remove(category));
 }