public CategoriesController(WingtipToysProductServiceContext context)
 {
     _context = context;
 }
 public ProductsController(WingtipToysProductServiceContext context)
 {
     _context = context;
 }