public void OnNextTurn()
 {
     _techModel.CheckProgress();
     UpdateUI();
     _techModel.currentTech = null;
 }