public async Task <IActionResult> Details(int id) { var result = FilmDetailsVm.Map(await _filmsService.GetFIlmDetails(id)); return(View(result)); }