protected override void OnCleanUp() { Instance = null; base.OnCleanUp(); }
protected override void OnInit() { base.OnInit(); Instance = this; }