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