public IEnumerable <Purchase> GetPurchases(DateTime initialDate, DateTime finalDate) { return(PriIntegration.GetPurchases(initialDate, finalDate)); }