public void Commit() { _context.SaveChanges(); }
public int SaveChanges() { return(_context.SaveChanges()); }