public JsonResult GetGamesForLeague(int LeagueID) { return(Json(LeagueService.GetGamesForLeague(LeagueID), JsonRequestBehavior.AllowGet)); }