public Map LinkStations() { Stations.ForEach(a => a.ConnectNearByStations(MrtLines)); return(this); }