public function run()
 {
     //render top menu widget
     $this->render('adminLeftMenu', array('current_controller' => $this->controller_name, 'controllers' => AdminFunctions::ListControllers()));
 }