public IEnumerable <BusOnTrip> GetAllBusOnTrip() { return(from item in dl.GetAllBusOnTrip() select BusOnTripDoBoAdapter(item)); }