public async Task <IActionResult> DeleteEntry(IEnumerable <int> ids)
 {
     return(new ObjectResult(await _tsService.DeleteEntries(ids)));
 }