public RefItemsCorrector(PXGraph graph, GetInstanceKey getKeyDelegate, bool deleteReferences)
     : base(graph, deleteReferences)
 {
     _getKeyDelegate = getKeyDelegate;
 }
 public RefItemsCorrector(PXGraph graph, GetInstanceKey getKeyDelegate)
     : this(graph, getKeyDelegate, false)
 {
 }