*
*/
public void adminComments() {
try {
ControllerCommentView controllerCommentView = new ControllerCommentView();
controllerCommentView.showForm(this.mainForm.getFrame());
controllerCommentView = null;
} catch (ExceptionDAO ex) {
FacadeDB.getInstance().refreshSession();
ErrorDialog.showError(this.mainForm.getFrame(), ex.getMessage());
}