map filter foreach
cfg.stationSettings.station.map( s =>
{
res.forEach( (station) =>
{
if(station.station.includes(s) )
{
this.stationNames.push( station.stationName )
}
})
})