ConnectionInformation IConnectionInformationProvider.GetConnectionInformation(ConnectionInformation currentConnection)
 {
     var dialog = new ConnectionInformationDialog();
     return dialog.ShowDialog(currentConnection);
 }
        ConnectionInformation IConnectionInformationProvider.GetConnectionInformation(ConnectionInformation currentConnection)
        {
            var dialog = new ConnectionInformationDialog();

            return(dialog.ShowDialog(currentConnection));
        }