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