public PJuridica byKey()
 {
     return(queryPersona.byKey(this));
 }
 public PNatural byKey()
 {
     return(queryPersona.byKey(this));
 }