public IEnumerable <CandidatoViewModel> GetAll()
 {
     return(_service.GetAll());
 }