private void toolStripButton2_Click(object sender, EventArgs e) { FReportes repo = new FReportes(); repo.MdiParent = this; repo.Show(); }