/**
  * 
  */
 public function fetchCourseAction()
 {
     $course = $this->_mapper->fetchCourse($this->_getParam('id'));
     $this->_helper->json($course->toArray());
 }