public FlightDto FindFlight(FlightDto flightDto) { return(FlightMapper.toDto(FlightRepository.GetFlightByID(flightDto.FlightId))); }