/**
  * Delete by key
  *
  * @return $this
  */
 public function deleteByKey()
 {
     return $this->_collection->deleteByKey($this);
 }