public List <JournalEntry> GetJournalEntryByParameter(JournalRequestParameter journalRequestParameter)
 {
     return(null);
 }
 public List <JournalEntry> GetJournalEntryByParameter(JournalRequestParameter journalRequestParameter)
 {
     throw new NotImplementedException();
 }