public ItemsController(Restaurant_ProjectContext context)
 {
     _context = context;
 }
 public CustomersController(Restaurant_ProjectContext context)
 {
     _context = context;
 }
 public WorkersController(Restaurant_ProjectContext context)
 {
     _context = context;
 }