public bool IsDeliveryForReplace(string barcode)
        {
            int rowCount = _iReportGateway.IsDeliveryForReplace(barcode);

            return(rowCount > 0);
        }