//Simply add and rewrite object to update
 public void UpdateProduct(ProductEntity productEntity)
 {
     _databaseWorker.PutProductInfo(productEntity);
 }