public void DeleteJournalItemByKey(int portalId, string objectKey)
 {
     _dataService.Journal_DeleteByKey(portalId, objectKey);
 }