public List <SujetoRiesgoDto> listar(SujetoRiesgoRq sujetoRiesgoRq)
 {
     throw new NotImplementedException();
 }
 public SujetoRiesgoRs registrar(SujetoRiesgoRq sujetoRiesgoRq)
 {
     throw new NotImplementedException();
 }
 public SujetoRiesgoRs actualizar(int sujeto_riesgo, SujetoRiesgoRq sujetoRiesgoRq)
 {
     throw new NotImplementedException();
 }