public void appendCollections(Lock aLock,Collection el)
 {
     __setDirty(true);
       el.__setDirty(true);
       allCollections().Add(el);
       acceptor.connectSon (this, el);
     NotifyControllers(aLock);
 }