public ViewResult CategoryChosen(string MovieType) { ViewBag.messageString = MovieType; return View("Information"); }