public IActionResult UserInput(string name)
 {
     y.SetName(name);
     return(RedirectToAction("Greetings"));
 }