public CustomersController()
 {
     _context = new MyDbContext();
 }
 public MoviesController()
 {
     _context = new MyDbContext();
 }