void NewPlanningToolStripMenuItemClick(object sender, System.EventArgs e) { EnterSentenceForm form = new EnterSentenceForm(); form.ShowDialog(); }