public async Task <ResultDto <bool> > Delete(int id)
 {
     return(await _atendimentoService.Delete(id));
 }