void OnEnable()
 {
     addEvent.AddListener(Added);
     removeEvent.AddListener(Removed);
 }