public static List <BusJourneyHistory> GetBusHistory(int busID) { return(WayBillRepository.GetBusjourneyDetails(busID).ToList()); }