private void ShowRemoteCommands() { var ma = new RemoteCommandsForm { Owner = this }; ma.ShowDialog(this); ma.Dispose(); LoadCommands(); }