public ICollection <ReceiveProductViewModel> GetAllReceiveableListByBranchAndCompanyId(int branchId, int companyId) { return(_iInventoryGateway.GetAllReceiveableListByBranchAndCompanyId(branchId, companyId)); }