private void WandHide()
 {
     TheWand.Show(false);
 }
 private void WandIndicate()
 {
     TheWand.Show(true);
 }