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