private void dropDownCommand11_Click(object sender, CommandEventArgs e)
 {
     NuGenPathWatcherMainForm form = new NuGenPathWatcherMainForm();
     form.Show();
 }