public async Task <ActionResult> Create(MovieAddDto newMovie) { await _movieService.AddPost(newMovie); return(RedirectToAction(nameof(Index))); }