public IActionResult GetById(int id)
 {
     return(Ok(_candidateManager.GetById(id)));
 }