/**
  * Returns the selected <tt>Chat</tt>.
  *
  * @return the selected <tt>Chat</tt>.
  */
 public Chat getCurrentChat() {
   return ChatSessionManager.getCurrentChatSession();
 }