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