public static Boolean TieneRol(this HttpSessionState Session, AppRol Rol) { return(Session.GetRol() == Rol); }