internal void SetSector(ParticleCollection sector)
 {
     SectorIndex  = sector.Index;
     SectorBounds = sector.Bounds;
     Enumerator   = sector.GetEnumerator();
 }