public (bool isValid, string Message) PlaceShip(string str, Ship ship) { return(ShipMap.PlaceShip(str, ship)); }