public InfectadosController(InfectadoService infectadoService)
 {
     _infectadoService = infectadoService;
 }