public string Execute(string partnerName, string StartByDate)
        {
            ProductSearchController prodSearchController = new ProductSearchController();

            return(prodSearchController.Get(partnerName, StartByDate));
        }