public ActionResult <List <Journey> > GetAllByUser(int id) { return(_journeyService.GetAllByUser(id)); }