public List <string> GetGroups(DateTime?from, DateTime?to) { return(_resultsService.GetGroups(from, to)); }