private void btnMasterEntry_Click(object sender, EventArgs e) { frmMasterEntry frm = new frmMasterEntry(); frm.ShowDialog(); }