public void RemoveAll()
 {
     foreach (var target in _clip.GetAllOrSelectedTargets())
     {
         RemoveAll(target);
     }
 }