public void SetContent(ItemGraficalProperty IGP)
 {
     PropertyKind = IGP.PropertyKind;
     this.Content = IGP.Content;
 }
 public void SetContent(E_PropertiesKind PropertyKind, object ItemProperty)
 {
     this.PropertyKind = PropertyKind;
     Content = ItemProperty;
 }