newProduct.Save() I do never see this save() function in my entites is their something I am doing wrong at my design time in the entity editor
Most probably you have generated the code based on the Adapter templates set, would you please confirm this.
In this case you should use a DataAccessAdapter object to save your entities, please refer to the manual.
Or you might want to re-generate the code based on the SelfServicing templates set.