public ActionResult Details(int id)
        {
            var movie = _data.Get(id);

            return(View(movie));
        }