public static Boolean TieneRol(this HttpSessionStateBase Session, Int32 RolId) { return(Session.GetRolId() == RolId); }