public void SetValue(double _value)
 {
     parent.SetValue(this, _value);
 }