/**
  * Add entity filter
  *
  * @return $this
  */
 public function _initSelect()
 {
     parent::_initSelect();
     $this->addEntityFilter($this->_coreRegistry->registry('entityId'));
     return $this;
 }