public Kpi_AreaItemControl(Kpi_AreaItemWrapper wrapper, BitmapImage icon)
     : base(wrapper, icon)
 {
     Type = wrapper.Type;
 }
 public Kpi_AreaItemControl(Kpi_AreaItemWrapper wrapper)
     : this(wrapper, null)
 {
     
 }