private void addActionsToPopup(ISession session) {
ActionCollection col = getApplication().getActionCollection();
try {
IObjectTreeAPI _treeAPI = session.getSessionInternalFrame().getObjectTreeAPI();
_treeAPI.addDetailTab(DatabaseObjectType.SESSION, new SupportedRefactoringsTab(session));
} catch (Exception e) {
e.printStackTrace();
}
// TABLE TYPE DBO