public IList <TimeEntry> GetAll()
 {
     return(_timeEntryRepository.GetAll());
 }