public function findAnswerCountByOptionId($optionId)
 {
     return $this->answerDao->findCount($optionId);
 }