public void Dispose()
 {
     _current = null;
 }
 public ITransaction BeginTran()
 {
     return(_current = new NoOpTransaction());
 }