// Delete details public ActionResult Delete(int id) { return(View(_adminData.DeleteDetailsId(id))); }