private void CloseConnection() { if (connection_ != null) { connection_.Close(); connection_.Dispose(); connection_ = null; } }