public ProductsController(Product_Inventory_MVCContext context)
 {
     _context = context;
 }
 public ProductRetailerRegistrationsController(Product_Inventory_MVCContext context)
 {
     _context = context;
 }