public bool EditTravel(TravelInfoDTO travel) { try { _repository.EditTravel(travel); } catch { return(false); } return(true); }