private void btnEdad_Click(object sender, EventArgs e)
        {
            frmEdad frm2 = new frmEdad();

            frm2.ShowDialog();
        }