public IActionResult Set(int id) { var season = _db.GetSeason(id); _db.Default(season); return(RedirectToAction(nameof(GetSeasons))); }