public BookingsController(LTPruebaTecnicaContext context)
 {
     _context = context;
 }
 public HotelsController(LTPruebaTecnicaContext context)
 {
     _context = context;
 }
 public CountriesController(LTPruebaTecnicaContext context)
 {
     _context = context;
 }