public void LoadFromInfo(FuenteEntityUpdate EntityInfo)
 {
     this.Clear();
     this.FntID  = EntityInfo.FntID;
     this.Nombre = EntityInfo.Nombre;
 }
 public FuenteEntityUpdate(FuenteEntityUpdate EntityInfo)
 {
     this.Clear();
     this.FntID  = EntityInfo.FntID;
     this.Nombre = EntityInfo.Nombre;
 }