public void DisableComments(int portalId, int journalId) { _dataService.Journal_Comments_ToggleDisable(portalId, journalId, true); }