public void RelinquishControl(IControlMainform master) { this.master = master; }
public void TakeControl() { _master = null; }