public async Task <IActionResult> GetArchivedTimeEntries()
 {
     return(new ObjectResult(await _tsService.GetArchivedTimeEntries()));
 }