public IActionResult Get()
 {
     return(Ok(_CandidatoRepository.ListarTodos()));
 }