public int AddCategory(ProductCategory category)
 {
     return(CategoryCore.AddCategory(category));
 }