public void appendStructures(Lock aLock,Structure el)
 {
     __setDirty(true);
       el.__setDirty(true);
       allStructures().Add(el);
       acceptor.connectSon (this, el);
     NotifyControllers(aLock);
 }