public CustomerView(Customer customer) { _customer = customer; }
public CustomerView() { _customer = new Customer(); }