public function postStoreJournalEntry()
 {
     return $this->JournalManagerService->saveJournalEntry($this->Input->json()->all());
 }