public function _construct()
 {
     parent::_construct();
     if (!$this->hasInitialObject()) {
         $this->setInitialObject([]);
     }
 }