public Task CancelReservation(long id)
 {
     return(_flightService.CancelReservationAsync(id));
 }