private void buttonNewAsoc_Click(object sender, EventArgs e) { formNew fm = new formNew(this); fm.ShowDialog(); }