private void tsmiPersonalInformation_Click(object sender, EventArgs e) { FrmPersonalInformation frmPersonalInformation = new FrmPersonalInformation(staff); this.Enabled = false; frmPersonalInformation.Show(); frmPersonalInformation.FormClosed += frmPersonalInformation_FormClosed; }