protected override void Start()
        {
            if (!loaded)
            {
                DontDestroyOnLoad(this);
                loaded = true;
                startup();

                checkListMono = gameObject.AddComponent<Notes_CheckListMonoBehaviour>();
            }
        }
 protected override void Start()
 {
     instance = this;
 }