//Trends public Dictionary <string, DataRowCollection> GetTrends(DateTime start, DateTime end) { return(Repository.GetTrends(start, end)); }