public function fieldsetManufacturer()
 {
     $fields = array('legend' => array('title' => $this->l('Manufacturer'), 'class' => 'fieldset-manufacturer', 'image' => $this->getPstPictureUrl('manufacturer.png', 'type')), 'input' => array(array('type' => 'select', 'label' => $this->l('Manufacturer :'), 'name' => 'id_manufacturer', 'options' => array('query' => MenuHelper::getManufacturerSelect($this->context->language->id), 'id' => 'id_manufacturer', 'name' => 'name', 'default' => array('label' => $this->l('No Manufacturer'), 'value' => 0)))));
     $this->fields_form[] = array('class' => 'manufacturer box-hide', 'form' => $fields);
 }