public void Load()
 {
     loader.Load();
     try {
         if (isLoad)
         {
             ControllerWorker controller = (ControllerWorker)loader.plugin.GetPluginRefObject();
             Actions   = controller._GetActions();
             ActionsWS = controller._GetActionsWS();
         }
     }
     catch {
         loader.Unload();
     }
 }