public CategoriesController(ProductBaseContext context)
 {
     db = context;
 }
 public ProductBasesController(ProductBaseContext context)
 {
     _context = context;
 }
 public ProductsController(ProductBaseContext context)
 {
     db = context;
 }