static function _getFromStationId($stationId)
 {
     $o = new CPAData();
     return $o->retrieve_one("stationId=?", $stationId);
 }