public void RollbackAll() { if (_main == null) { throw new InvalidOperationException(); } _main.RollbackAll(); }