public IActionResult GetPartialView(int id) { return(PartialView("_MovieBox", service.GetMovieBoxVM(id))); }