private void button1_Click(object sender, EventArgs e)
 {
     this.Dispose();
     CastingRegistro c = new CastingRegistro(IdCliente, IdAgente);
     c.MdiParent = this.MdiParent;
     c.Show();
 }
        private void button1_Click(object sender, EventArgs e)
        {
            this.Dispose();
            CastingRegistro c = new CastingRegistro(IdCliente, IdAgente);

            c.MdiParent = this.MdiParent;
            c.Show();
        }