//day15 All files public static bool Insert(Product newProduct) { return(DBManager.Insert(newProduct)); }