/**
  * @return $this
  * @throws \Exception
  */
 protected function _afterLoad()
 {
     $this->mapAssociatedEntities('website', 'website_ids');
     $this->mapAssociatedEntities('customer_group', 'customer_group_ids');
     $this->setFlag('add_websites_to_result', false);
     return parent::_afterLoad();
 }