private void helpToolStripButton_Click(object sender, EventArgs e) { _helpForm = new HelpView(); _helpForm.Show(this); }