static function Instance()
 {
     if (MainWPChildIThemesSecurity::$instance == null) {
         MainWPChildIThemesSecurity::$instance = new MainWPChildIThemesSecurity();
     }
     return MainWPChildIThemesSecurity::$instance;
 }
 function ithemes()
 {
     MainWPChildIThemesSecurity::Instance()->action();
 }