public Task CancelQuickReservation(long id)
 {
     return(_flightService.CancelQuickReservationAsync(id));
 }