public void Dispose()
 {
     _pool = null;
 }
 public ConnectionPoolStatistics(ConnectionPool pool)
 {
     _pool = pool;
 }