protected override void OnUnload(EventArgs e) { base.OnUnload(e); if (CurrentUser != null) { CurrentUser.Serialize(); } }