private void button1_Click(object sender, EventArgs e)
        {
            MetodosRepresentante r = new MetodosRepresentante();
            r.AgregarRep(Id, ced.Text,nombre.Text, apellido.Text, dir.Text, tel.Text);

        }