void myAction_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
        {
            var f = new NKD.Module.Win.Controllers.UpdateConnectionString(Application);

            f.ShowDialog();
        }
 void myAction_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
 {
     var f = new NKD.Module.Win.Controllers.UpdateConnectionString(Application);
     f.ShowDialog();
 }