void OnDisable()
 {
     addEvent.RemoveListener(Added);
     removeEvent.RemoveListener(Removed);
 }