public Dictionary <String, int> GetTrendByDay(DateTime start, DateTime end) { return(Repository.GetTrendByDay(start, end)); }