void Awake()
 {
     if (collection == null)
     {
         collection = gameObject.GetComponent <ObjectCollectionNodes>();
     }
 }
 void OnCollectionUpdated(ObjectCollectionNodes collection)
 {
     StoreArrangement();
 }