private void showReports() { frmReportDaily f = new frmReportDaily(); f.MdiParent = this; showManaged(f); }