public void terminarJuego()
 {
     try
     {
         partida = new Partida();
         termino = false;
     }catch (Exception e)
     {
     }
 }
 public void masterReset()
 {
     arbol        = new Arbol();
     partida      = new Partida();
     textoConsola = "";
 }