protected void Page_Load(object sender, System.EventArgs e) { //UserHelper.EnsureUserIsAdmin(); if (!AppHelper.CheckLogin(this, true)) { return; } }