static public void Execute(IVocabularyWindow owner, Theme theme)
        {
            ICommand command = new ColumnsDialogCommand(owner, theme);

            command.Execute(owner);
        }
 void menuColumns_Click(object sender, EventArgs e)
 {
     ColumnsDialogCommand.Execute(this, host.CurrentTheme);
 }