public List <TripCountList> GetTripCountsList(string MobileNo) { return(driverDAL.GetDailyTripCountList(MobileNo)); }