public static bool ModifyProductCategory(ProductCategoryEntity category)
 {
     return(ProductCategoryProvider.Modify(category));
 }