public bool Add(List <StarShip> ts) { return(StarShipHolder.Add(ts)); }
public bool Add(StarShip t) { return(StarShipHolder.Add(t)); }