public WorkerIterator(CityWorkers cityWorkers) { workers = cityWorkers; index = -1; }
private Clock(int Time = 0) { this.Time = Time; cityWorkers = new CityWorkers(); }