public function findViewQuestionsForAccountType($accountType)
 {
     return $this->questionDao->findViewQuestionsForAccountType($accountType);
 }