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