public void ShowPlugin() { Form f = new MusicDBReorgSettings(); DialogResult result = f.ShowDialog(); }