public void RemoveToList(LTHBeat target)
 {
     removeList.Add(target);
 }
 public void AddToList(LTHBeat target)
 {
     tmpList.Add(target);
 }