/**
  * @return PDO
  */
 public function getConnection()
 {
     return $this->factory->getConnction('poll');
 }