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