public ActionResult GetItemById(string key, int id) { var obj = key != Keyapi ? new DNSupplierItem() : _da.GetItemById(id); return(Json(obj, JsonRequestBehavior.AllowGet)); }