protected override void Execute(CodeActivityContext context)
 {
     SAPGui.RadioButtonSelect(this.Id.Get(context), (this.GuiRadioButton.Get(context) as sapfewse.GuiRadioButton), (this.Session.Get(context) as GuiSession));
 }