private void btnReport_Click(object sender, EventArgs e) { Form form = new frmReport(); form.Show(); }