public int ActionRun(ActionLanguage.ActionEvent ev, BaseUtils.Variables additionalvars = null, string flagstart = null, bool now = false)
 {
     return(actioncontroller.ActionRun(ev, null, additionalvars, flagstart, now));
 }
 public int ActionRunOnEntry(HistoryEntry he, ActionLanguage.ActionEvent av)
 {
     return(actioncontroller.ActionRunOnEntry(he, av));
 }