public List <FlightDataResponse> GetAllFlightData()
        {
            var response = _flight.GetAllFlightData().Result;

            return(response);
        }