private void btnCashRecive_Click(object sender, EventArgs e) { frmRecivedCash frm = new frmRecivedCash(this); frm.ShowDialog(); }