private void CreateNotifyIconPresenter()
 {
     this.notifyIconPresenter = new NotifyIconPresenter();
     this.notifyIconPresenter.ShowSettings += new EventHandler(notifyIconPresenter_ShowSettings);
     this.notifyIconPresenter.Close        += new EventHandler(notifyIconPresenter_Close);
 }