+ * This makes an underlying call to insert into the database
+ *
+ * @param customer the customer to add
+ * @return true if successful false otherwise
+ */
+ Customer addCustomer(Customer customer);
+
+ /**
+ * Gets a list of customers
+ *
+ * @return a list of customers
+ */
+ List