// // GET: /Store/Details/5 public string Details(int id) { string message = "Store.Details, ID = " + id; return message; }