public static void Add(Post post) { UoW .Add(post); }
public static void Add(Category category) { UoW.Add(category); }