//public ActionResult Delete() //{ // return View(); //} public ActionResult Show() { var dataList = _customer.Show(); return(View(dataList)); }