93949596979899100101
private synchronized SessionLocal _getTextLocal() { if (_text == null) { _text = new SessionLocal(); } return _text; }