/**
  * 
  */
 public function searchScholarityAction()
 {
     $id = $this->_getParam('id');
     $mapperScholarity = new Register_Model_Mapper_PerScholarity();
     $scholarity = $mapperScholarity->detail($id);
     $this->_helper->json($scholarity->toArray());
 }