public void Update(GameTime gt)
 {
     RadioButtons.ForEach(x => x.Update(gt));
 }