public ActionResult Details(int?id) { Weapon weapondetails = weapon.GetByID(id); return(View(weapondetails)); }