public BrandsController(LiqourDbContext context)
 {
     _context = context;
 }
 public WinesController(LiqourDbContext context)
 {
     _context = context;
 }
 public ProductsController(LiqourDbContext context)
 {
     _context = context;
 }