private void InitWaves()
        {
            WaveCollection waves = Content.GetAll <WaveCollection>("*/WaveCollections").First(x => x.Identifier == BattlefieldSettings.CurrentSettings.WaveCollectionIdentifier);

            RoundController.SetWaveCollection(waves.DeepClone());
        }