public float[] GetBestRunCheckpoints(string trackTag)
 {
     return(trackRecords.GetBestRunCheckpoints(trackTag));
 }