public BlogRepository(BlogDB blogDB) { this.blogDB = blogDB; }
public CategoryRepository(BlogDB blogDB) { this.blogDB = blogDB; }