protected virtual void Dispose(bool disposing) { if (disposing) { _dbContext.SaveChanges(); _dbContext.Dispose(); } }