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