public function getFields()
 {
     return array_merge(parent::getFields(), array('transporters_list' => 'ManyKey'));
 }
 protected function setupInheritance()
 {
     parent::setupInheritance();
     $this->widgetSchema->setNameFormat('customer_filters[%s]');
 }