public Customer GetCustomer(Guid customerId) { return(new Customer(_customerAccess.LoadCustomer(customerId))); }