public ActionResult RegisterShips(List <ShipModel> shipModels) { lock (_game) { return(_game.RegisterShips(shipModels, _playerId)); } }