public void Dispose()
        {
            _conn = null;

            EntityConnectionHandler.ReturnConnection();
        }