public bool Remove(List <Unit> ts) { return(UnitHolder.Remove(ts)); }
public bool Remove(Unit t) { return(UnitHolder.Remove(t)); }