public IActionResult List([FromBody] Screening screening) { return(Json(db.GetScreening(screening.Id))); }