public void OnClick()
 {
     if (!isOn)
     {
         return;
     }
     character.GetChosen();
 }