String get customerRegion => _customerRegion;
set customerRegion(String customer_region) { _customerRegion = customer_region; }