public void DeletePlayer() { long id = _uiController.GetPlayerId(); _dbController.DeletePlayerById(id); }