public ActionResult GetDomain() { List <VM_Domain> result = DDL.DomainList(); return(Json(result, JsonRequestBehavior.AllowGet)); }