/// <summary>
 /// Gets the transaction.
 /// </summary>
 /// <returns></returns>
 private IDbTransaction GetTransactionControler()
 {
     return((IDbTransaction)CallContext.GetData("Transaction"));
 }
 /// <summary>
 /// Gets the hash code controler.
 /// </summary>
 /// <returns></returns>
 private int?GetHashCodeControler()
 {
     return((int?)CallContext.GetData("HashCode"));
 }