/**
  * Get set of journal vouchers by ID
  *
  * @param  int $id
  *
  * @return Mgallegos\DecimaAccounting\JournalVoucher
  */
 public function byId($id)
 {
     return $this->JournalVoucher->on($this->databaseConnectionName)->find($id);
 }