public void ChangeUser() { OnChangeUser?.Invoke(this, EventArgs.Empty); }
public void InvolveChangeUser() { OnChangeUser?.Invoke(this); }