public void LinkWayPoints(Road other) { WPContainer.LinkWayPoints(other); }
public RoadArray(int length) { array = new Road[length]; Length = 0; }