private void buttonAdditionalForm_Click(object sender, EventArgs e) { AdditionalForm form = new AdditionalForm(); form.ShowDialog(); }