public ActionResult AjaxForm() { var obj = _productApi.ListProductByDeddeskId(UserItem.AgencyID, ArrId.FirstOrDefault()); return(View(obj)); }