public void Terminate()
 {
     CountMenu.Detach();
 }
 public void Initialize()
 {
     CountMenu.Attach();
 }