public static void Remove(Category category)
 {
     UoW.Delete(category);
 }
 public static void Add(Category category)
 {
     UoW.Add(category);
 }