public virtual Connection AllocConnection(ConnectionCollection owner)
 {
     return(connectionCache.AllocConnection(owner));
 }