foreach ($this->db->fetchAll($query, $locoUnitId) as $row) {
            $return[$row['group_id']] = $row; 
        }