public int QueryFlightPrice(Transaction context, String flight) { return(Flights.QueryPrice(context, RID.forFlight(flight))); }