public IEnumerable <TripBook> GetTripBooks(string name = null) { IEnumerable <TripBook> tbs = TripBookRepository.GetAll(); return(tbs); }