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