private void pbtnIncomeRpt_Click(object sender, EventArgs e) { FormInComeRpt frmIncome = new FormInComeRpt(); frmIncome.Show(); }