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