public int delete(Coffee coffee) { return(db.Delete(coffee)); }
public int insert(Coffee coffee) { return(db.Insert(coffee)); }