public static BusOwnerName GetOwnerDetails(string busId) { return(WayBillRepository.GetBusOwnNameDetails(busId).FirstOrDefault()); }