public void RollbackTransaction() { if (!IsTransactionExist) { dp.RollbackTransaction(); IsTransactionExist = true; } }