// shows the setup dialog
 public void ShowPlugin()
 {
     SetupForm setup = new SetupForm();
       setup._settings = _setting;
       setup.ShowDialog();
 }