public static function getCountOnPollDataID($poll_data_id)
 {
     return ObjectDB::getCountOnField(self::$table, "poll_data_id", $poll_data_id);
 }