public IActionResult OnPost() { movieData.AddRating(Movie, Rating); return(RedirectToPage("../Index")); }