public void Clear()
 {
     Particles.Clear();
     _SectorsFromLastUpdate.Clear();
     _Count = 0;
 }