public function findAllQuestions()
 {
     return $this->questionDao->findAll();
 }