using (TransactionScope ts = new TransactionScope())
{

  ts.Complete();

}