public void show() {
   for (RadioButton rb : this.btns) {
     rb.show();
   }
 }