/**
  * @param $id
  *
  * @return mixed
  */
 public function getEntry($id)
 {
     return $this->entry->find($id);
 }