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