public bool RemovePlayer(string playerId)
 {
     return(DbLayer.DeletePlayer(playerId));
 }