public IActionResult Increase(string name)
 {
     list.Increase(name);
     return(RedirectToAction("Index2"));
 }