public override void VisitDeletedRelationship(long id)
 {
     // record the state changes to be made to the store
     _recordState.relDelete(id);
 }