protected void btnLogin_Click(object sender, EventArgs e) { BE.Usuario usu = (BE.Usuario)Session["UsuarioEnSesion"]; Response.Redirect(GestorPermiso.RedireccionarLogin(usu)); }