public void LogUserInfo()
 {
    using (var ctx = new ModelerContext())
    {
       ctx.logUserInfo(GetID(), Global.REPORT_ID);
    }
 }