public function setQuestionLimit($limit)
 {
     $this->__load();
     return parent::setQuestionLimit($limit);
 }