instead of doing `vend.add_customer()` do something like : `vend.Customer.create()` `vend.Customer.delete()` `vend.Customer.update()` `vend.Customer.list()`