public ActionResult Delete(int id) { mobileBL.Delete(id); return(RedirectToAction("MobileDetails")); }