arnt you getting the whole object (row of the table) back and not just the int
int current_league_season_id = context.LeagueSeasons....
make the item a var and than use current_league_season_id.league_season_id var current_league_season_id = context.LeagueSeasons...