private void Awake()
 {
     Instance = this;
     buttonOrganize.onClick.AddListener(OnClickButtonOrganize);
 }
 private void OnDestroy()
 {
     Instance = null;
 }