public function findAnswersCount($optionIds)
 {
     return $this->answerDao->findCountList($optionIds);
 }