public function setQuestionId($id)
 {
     $this->__load();
     return parent::setQuestionId($id);
 }