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