if (empty( $this->slug )) {
                    $proposal = ContentUtility::generateUrlSlug($this->name, 30);

                    $query = "SELECT manufacturer_id FROM loco_manufacturer WHERE slug = ?";
                    $result = $this->db->fetchAll($query, $proposal);