public PivotsCyclesCounter(IThreadEventHandler handler, NonHierarchicContainer container,
                            int pivot, int cycleLength)
 {
     _handler     = handler;
     _container   = container;
     _pivot       = pivot;
     _cycleLength = cycleLength;
 }
 public PivotsCyclesCounter(IThreadEventHandler handler, BAContainer container, 
     int pivot, int cycleLength)
 {
     _handler = handler;
     _container = container;
     _pivot = pivot;
     _cycleLength = cycleLength;
 }