private void CheckForWorkers()
 {
     currentWorkers = populationController.GetAvailableWorkersForBuilding(tileProperties.buildingProperties.workersRequired);
     foundWorkers   = (currentWorkers > 0);
 }