public function showFrontToplist()
 {
     $t = new WpProQuiz_Controller_Toplist();
     $t->showFrontToplist();
     exit;
 }