private void button_Ir_Click(object sender, EventArgs e)
 {
     Gestion_de_Preguntas.Hacer_Preguntas preguntar = new Gestion_de_Preguntas.Hacer_Preguntas();
     preguntar.Show();
 }
 private void button_Ir_Click(object sender, EventArgs e)
 {
     Gestion_de_Preguntas.Hacer_Preguntas preguntar = new Gestion_de_Preguntas.Hacer_Preguntas();
     preguntar.publicacion = codigoPublicacionSeleccionada;
     preguntar.Show();
 }