public ProductCategory UpdateCategory(ProductCategory category)
 {
     return(CategoryCore.UpdateCategory(category));
 }