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