public static function set_for_current_order_do_not_show_countries(array $a)
 {
     //We MERGE here because several modifiers may limit the countries
     self::$for_current_order_do_not_show_countries = array_merge($a, self::$for_current_order_do_not_show_countries);
 }