private void topMenuAdd_Click(object sender, EventArgs e) { AddForm form = new AddForm(this); form.ShowDialog(); }