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