protected void ShowRaceTime(IGameWindow gameWindow)
 {
     _textRaceTime.text = gameWindow.Get_TextRaceTimer().text;
 }