public int SaveChanges() { return(DbContext.SaveChanges()); }
public bool Commit() { return(_dbContext.SaveChanges() > 0); }