public void appendSpecifications(Lock aLock,Specification el)
 {
     __setDirty(true);
       el.__setDirty(true);
       allSpecifications().Add(el);
       acceptor.connectSon (this, el);
     NotifyControllers(aLock);
 }