public ICollection <ViewDispatchModel> GetAllReceiveableItemsByTripAndBranchId(long tripId, int branchId)
 {
     return(_iInventoryGateway.GetAllReceiveableItemsByTripAndBranchId(tripId, branchId));
 }