public new bool Commit() { return(_context.SaveChanges() > 0); }
public void Commit() { _db.SaveChanges(); }