private void eventToolStripMenuItem_Click(object sender, EventArgs e) { FormEvent formEvent = new FormEvent(); StartChildForm(formEvent); }