public void ResetRoadPattern(int segementID) { Road CurrentRoad = Roads[segementID]; CurrentRoad.ChangeRoadPattern(); }