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