public IEnumerable <ViewTripModel> GetAllTrip()
 {
     return(_iInventoryGateway.GetAllTrip());
 }