public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleCompensationRequest(this);
 }
 public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleAccountPx(this);
 }