public PostRepository(SportBlogContext context) : base(context)
 {
 }
 public CategoryRepository(SportBlogContext context) : base(context)
 {
 }