public void ApplyExchangeIsPossibleTest()
        {
            ResultFlightsTest();

            steps.ApplyExchangeIsPossible();
            Assert.IsTrue(steps.GetButtonOrder().Displayed);
        }