public RemoveVampirismEffect()
 {
     this.menu = new RemoveVampirismEffectControl();
     this.menu.applyButton.Click += new EventHandler(applyButton_Click);
     this.applied = false;
 }
 public RemoveVampirismEffect()
 {
     this.menu = new RemoveVampirismEffectControl();
     this.menu.applyButton.Click += new EventHandler(applyButton_Click);
     this.applied = false;
 }