public void SetRoadSystem(RoadSystem rs) { roadSystem = rs; }
public DrawRoad(RoadSystem rs) : this() { SetRoadSystem(rs); }