public void ToggleEngineSounds()
 {
     if (isReady)
     {
         dayNightController.ToggleEngineSounds();
     }
 }