public override void RefreshValues()
 {
     base.RefreshValues();
     Name = new TextObject("{=Met1U45t}Mouse and Keyboard").ToString();
     Groups.ApplyActionOnAllItems(x => x.RefreshValues());
 }