public IActionResult Deletar(string id)
 {
     _exameService.Deletar(id);
     return(RedirectToAction("Index"));
 }