// // GET: /Requirement/Details/5 public ActionResult Details(int id) { var data = rs.GetRequirementByID(id); return(View(data)); }