private void SetupUI()
 {
     _displayUI.UpdateHealthUI(_health);
     _displayUI.UpdateMoneyUI(_money);
     _displayUI.UpdateMaxWaveCountUI(_waveSpawner.GetMaxWaveCount(), _waveSpawner.GetCurrentWaveIndex());
     _displayUI.UpdateCurrentWaveCountUI(1); //start with first wave always
 }