public CoordinatePlane AddLine(CoordinateLine l) { entities.Add(l); return(this); }
public void AddLine(CoordinateLine l) => entities.Add(l);