/**
  * 
  */
 public function fetchClassAction()
 {
     $mapperIsicClass = new Register_Model_Mapper_IsicClass();
     $class = $mapperIsicClass->fetchRow($this->_getParam('id'));
     $this->_helper->json($class->toArray());
 }