public void StatusTextChange(string text) { _parent.statusText = text ?? string.Empty; _parent.OnStatusTextChanged(EventArgs.Empty); }