public OrdersController(TippyToeContext context)
 {
     _context = context;
 }
 public CustomersController(TippyToeContext context)
 {
     _context = context;
 }
 public HomeController(TippyToeContext context)
 {
     _context = context;
 }
 public ShoesController(TippyToeContext context)
 {
     _context = context;
 }