{
public void onModuleLoad() {
ConversationMainPanelFactory theConversationMainPanelFactory = ConversationMainPanelFactory.getInstance();
final GWTConversationMainPanel theConversationMainPanel = theConversationMainPanelFactory.getConversationMainPanelUIImplentation();
new ConversationControl(theConversationMainPanel);
RootPanel.get().add(theConversationMainPanel);
}