private void должностьToolStripMenuItem_Click(object sender, EventArgs e) { using (var form = new FormPost()) { form.ShowDialog(); } }