private void tsmiAddStudent_Click(object sender, EventArgs e) { AddForm add = new AddForm(); add.ShowDialog(); }