protected override void Execute()
 {
     var bbtb = new BringBackTheButton();
     bbtb.ShowDialog();
     MessageBox.Show(@"Brought to you by SDL in sympathy for any memoQ user who upgraded to 2014 R2", "",
         MessageBoxButtons.OK);
 }
        protected override void Execute()
        {
            var bbtb = new BringBackTheButton();

            bbtb.ShowDialog();
            MessageBox.Show(@"Brought to you by SDL in sympathy for any memoQ user who upgraded to 2014 R2", "",
                            MessageBoxButtons.OK);
        }