private void button2_Click(object sender, EventArgs e) { frmThanNhan frm = new frmThanNhan(); frm.ShowDialog(); frm.Close(); frm.Dispose(); }