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