public void Delete(Category category) { _sonicRepo.Delete<Category>(category); }
public void Add(Category category) { _sonicRepo.Add(category); }