String get customerCity => _customerCity;
set customerCity(String customer_city) { _customerCity = customer_city; }