/**
  * @param $id
  * @return int
  */
 public function delete($id)
 {
     return $this->journey->destroy($id);
 }