if (!is_null($id)) {
            $row = $this->db->fetchRow("SELECT * FROM loco_type WHERE slug = ?", $id);
            $this->load($row);
        }