@Override
 protected void addChild(Customer root, Address child) {
   root.addAddress(child);
 }