private function fillForm()
 {
     $this->setValuesByArray(array('name' => $this->bibl_setting->getName(), 'url' => $this->bibl_setting->getUrl(), 'img' => $this->bibl_setting->getImg(), 'show_in_list' => $this->bibl_setting->getShowInList()));
 }