private void OnClosePaymentScreen(string obj)
 {
     _orderSelectorViewModel.PersistTicket();
     _paymentEditor.Close();
 }