public function findAllAccountTypesWithQuestionsCount()
 {
     return $this->accountDao->findAllAccountTypesWithQuestionsCount();
 }