public void HideComments(int portalId, int journalId) { _dataService.Journal_Comments_ToggleHidden(portalId, journalId, true); }