private void button1_Click(object sender, EventArgs e)
 {
     form_anterior.recibirFrom(comboBox1.SelectedItem.ToString());
     this.Close();
 }