public function studentnameAction()
 {
     require_once 'models/table/Tutoredit.php';
     // For Cadres List
     $tutoredit = new Tutoredit();
     $listcadre = $tutoredit->ListCadre();
     $this->view->assign('getcadre', $listcadre);
     $this->view->assign('title', $this->view->translation['Application Name']);
     $this->view->assign('mode', 'count');
     $this->facilityReport();
 }