public ActionResult Delete(int id, FormCollection collection) { pm.Delete(id); return(RedirectToAction("Index")); }