public EvictionScope(PerTransactionLifestyleManagerBase owner)
			{
				this.owner = owner;
				this.owner.evicting = true;
			}
 public EvictionScope(PerTransactionLifestyleManagerBase owner)
 {
     this.owner          = owner;
     this.owner.evicting = true;
 }