public Dependente BuscarporId(int id)
 {
     return(_dependenteService.BuscarporId(id));
 }