/**
  * Finds the element in the view referenced by $id
  * @param string $id
  */
 public function __get($id)
 {
     return $this->_view->getElement($id);
 }