public void appendPackets(Lock aLock,DBPacket el)
 {
     __setDirty(true);
       el.__setDirty(true);
       allPackets().Add(el);
       acceptor.connectSon (this, el);
     NotifyControllers(aLock);
 }