public static function listFromRegion($region_id, $buffer, $table = 'portals', $where = '')
 {
     return parent::listFromRegion($region_id, $buffer, $table, $where);
 }