/**
  * Fetch a resource
  *
  * @param  int $id
  * @return mixed
  */
 public function fetch($id)
 {
     return $this->mapper->fetchOne($id);
 }