public void GatherFood()
 {
     homeCity.IncreaseFood();
     homeCity.printFood();
     homeCity.Pause();
 }