public MainWindow()
 {
     InitializeComponent();
     tc = new TitleChange();
     cc = new ContentChange();
 }
 private void CONTENT_CHANGED(ContentChange cc)
 {
     CONTENT = cc.content;
 }