void ResetEcoTick()
 {
     ecoTick = null;
     itemManager.AddTrackersToEcoTick();
     Debug.Log("Setting up ecoTick");
     ecoTick += populationManager.PopulationUpdate;
 }