public void DeleteCategory(CategoryViewModel category)
 {
     _storageDb.DeleteCategory(category);
 }