pub fn merge_station_by_name(
commands: Commands<'_, '_>,
graph: ResMut<'_, Graph>,
stations: Query<'_, '_, (Entity, &Name, &Platforms), With<Station>>,
entry_stops: Query<'_, '_, (Entity, &EntryStop)>,
routes: Query<'_, '_, &mut Route>,
)