public TECPanel(Guid guid, TECPanelType type) : base(guid)
 {
     IsTypical = false;
     _guid     = guid;
     _type     = type;
     Controllers.CollectionChanged += controllersCollectionChanged;
 }
 public TECPanel(TECPanelType type) : this(Guid.NewGuid(), type)
 {
 }