public IEnumerable <Summary> GetSummaries(DateTime from, DateTime to)
 {
     return(_summaryService.GetSummaries(from, to));
 }