public RedirectToRouteResult Add(PlayerViewModel playerViewModel) { _context.AddGameOwned(playerViewModel.Id, playerViewModel.GameId); return(RedirectToRoute(BuildIndexActionRouteValues(playerViewModel.Id))); }