public void removeVetoableChangeListener(VetoableChangeListener l) {
   veto.removeVetoableChangeListener(l);
 }