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