$scope.getGameById = function (_id) {
                var r = null;
                if ($scope.games) {
                    $scope.games.forEach(function (g) {
                        if (g._id === _id) {