// GETDelete/5 public ActionResult Delete(int id) { _branchService.DeleteRecord(id); return(Json(JsonRequestBehavior.AllowGet)); }