public function getDefaultStoreName()
 {
     if ($this->getData('default_store_title')) {
         return $this->getData('default_store_title');
     }
     return parent::getDefaultStoreName();
 }