public MainWindow()
        {
            InitializeComponent();
            builderTextBlock = new BuilderTextBlock();
            textBlock        = builderTextBlock.activate(this, "txt_txt");
            string token = "";

            builderTextBox = new BuilderTextBox();
            emailTextBox   = builderTextBox.activate(this, "email_txt");
            emailTextBox.addPlaceholderText("insertemailhere");
        }