private void textBox1_TextChanged(object sender, EventArgs e)
 {
     em.CargarTextos(textBox1.Text, textBox2, textBox3, textBox4);
 }