public async Task <ActionResult <IEnumerable <Travel> > > GetAll() { return(Ok(await _travelRepository.GetAll())); }