-1
original in the model = ViewData["JobId"] = new SelectList(_context.Job, "JobId", "JobDay");
Together with Jobday, put the field Job.Entity.Entityname, Job and Entity are related and in context.
front end: <select asp-for="Team.JobId" class ="form-control" asp-items="ViewBag.JobId"></select>