public IActionResult Index(AiringMovie model) { var airing = _transactionLogic.GetAiringMovieById(model.Id); return(View("Index", airing)); }