public bool IsEmpty()
 {
     return(AllTargets.Count() == 0);
 }