I\'ve seen in many example different approaches when updating DB object.
Some of the ppl are using _dbContext.Update(product) before save changes, and so
_dbContext.Update(product)