using Model; using System; using System.Web; using System.Web.Profile; using System.Web.SessionState; public partial class _Pass : PageBase, IRequiresSessionState { protected void Page_Load(object sender, EventArgs e) { } }