@{ ViewBag.Title = "NewLeague"; Layout = "~/Views/Shared/_Layout.cshtml"; }

This is a new league with no players

@Html.ActionLink("Add Some Players Now", "Create", "Players")