public IActionResult Get(int id)
 {
     return(Ok(_candidaturaRepository.Listar()));
 }