// Start is called before the first frame update
 void Start()
 {
     // handtracker = GameObject.Find("HandController").GetComponent<Handtracking>();
     elementManager = GameObject.Find(elementName + "Manager").GetComponent <ElementManager>();
     elementManager.AddElementToList(this.gameObject);
 }