public IAction GetActionInstance(UInt32 actId)
 {
     return(ClassPointer.GetActionObject(actId, this, this.OwnerMethod.RootPointer));
 }