protected function _construct()
 {
     parent::_construct();
     $this->setIdFieldName('id');
     $this->setName(implode(' ', array_filter([$this->getFirstname(), $this->getLastname()])));
 }
 protected function _construct()
 {
     parent::_construct();
     list($this->_multishippingFactory) = $this->_checkTypes($this->getData('multishipping_factory') ?: Mage::helper('ebayenterprise_multishipping/factory'));
 }