public void DeleteCategoryByName(Category category)
 {
     throw new NotImplementedException();
 }
 public IEnumerable<Category> GetParentCategories(Category category)
 {
     throw new NotImplementedException();
 }
 public Category AddCategory(Category category)
 {
     throw new NotImplementedException();
 }