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