public ActionResult Edit(int id) { try { var result = _staffBusiness.GetEdit(id); return(View(result)); } catch (Exception) { return(View()); } }