private void SetRandomTrack()
 {
     _currenTrack = RandomHelpers.GetRandomInt(TracksCount);
 }