/**
  * A proxi method to allow for shorter code in the controllers. 
  */
 protected function importView($view)
 {
     $this->template->importView($view);
     return $this;
 }