public Define.Result Init(SystemMono parentSystem)
        {
            scenarioSystem = (ScenarioSystem)parentSystem;

            if (scenarioSystem == null)
            {
                return(Define.Result.NOT_INITIALIZED);
            }

            return(Define.Result.OK);
        }