57585960616263
/** * Create an instance of {@link Customer } * */ public Customer createCustomer() { return new Customer(); }