public IList <TimeEntryDto> GetTimeEntrySummaries()
 {
     return(_timeEntryRepository.GetTimeEntrySummaries());
 }