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