//детальная страница public ActionResult Details(int id = 1) { return(View(ServicesContainer.GetDetails(id))); }