public AerolineaController(aeropuertoCollectionContext context)
 {
     _context = context;
 }
 public PaistoController(aeropuertoCollectionContext context)
 {
     _context = context;
 }