public PostRepository(PostContext ctx) => db = ctx;
public CategoryRepository(PostContext ctx) => db = ctx;