public SqlCategoryRepo(CategoryEventContext context) { _context = context; }
public CategoriesController(CategoryEventContext context) { _context = context; }