public ActionResult Delete(string phoneID) { PhoneDAO dao = new PhoneDAO(); dao.Delete(phoneID); return(RedirectToAction("Index", "ManageMobile")); }