/// <summary>
 /// Actualize the Property of this agent concerning Average Value of PointSet
 /// </summary>
 public void Actualize()
 {
     PS.Actualize();
     //AgentProperty AV = new AgentProperty("AverageValue",PS.AverageV);
     //ModifyProperty(AV);
 }