if (isset($row['asset_id']) && $row['asset_id'] > 0) {
            try {
                $this->Asset = new Asset($row['asset_id']);
            } catch (Exception $e) {
                global $Error;