constructor(config?, layoutInstance?, moduleType?: string) {
        super(config, layoutInstance, moduleType);
        this.service = ProgramService.instance;
        this.events = this.prepareControls();
        this.load();