@Override
 public void doReverse() {
   for (ActionHistorique ah : actions) {
     ah.doReverse();
   }
 }