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