Interaction logic for PopUpCodeshareAgreement.xaml
Наследование: TheAirline.GraphicsModel.UserControlModel.PopUpWindowsModel.PopUpWindow
        public static object ShowPopUp(Airline airline)
        {
            PopUpWindow window = new PopUpCodeshareAgreement(airline);
            window.ShowDialog();

            return window.Selected;
        }
        public static object ShowPopUp(Airline airline)
        {
            PopUpWindow window = new PopUpCodeshareAgreement(airline);

            window.ShowDialog();

            return(window.Selected);
        }