foreach (AppCore::GetDatabase()->fetchAll($query) as $row) {
            $return['locos'][$row['loco_id']] = $row; 
        }