#include "Product.h" #include "TIPsDatabase.h" void Product::addToDB() {m_db->save(this);}