private InterrogarVista panel;
public InterrogarControlador(Partida modeloPartida, JuegoVista vista) {
this.modeloPartida = modeloPartida;
this.vista = vista;
this.panel = new InterrogarVista();
this.panel.addVolverAPanelPartida(new ActionListener() {
public void actionPerformed(ActionEvent e) {
volverAPanelPartida();
}