private void buttonAddStudent_Click_1(object sender, EventArgs e) { Form form = new AddStudentform(this); form.Show(); }