// op:=Business.Model.Org.TOrgModule.Create(lOrgUnit);
lOrgUnit.Module.GetOperationPolicy(lst);
// op.GetOperationPolicy(lst);
dialogs.ShowMessage(sysutils.inttostr(lst.count));
for i:=0 to lst.Count-1 do
for j:=0 to TOperationPolicy(lst).Operations.Count-1 do
dialogs.ShowMessage(TOperationPolicy(lst).Operations[j].ID);
finally
lst.free;
lBizURL.free;
end;