public IHttpActionResult GetDropDownList(string Code) { var repos = new TDAssetRespository(); SetionType sectionT = new SetionType(); var estimateData = repos.GetDropDownList(Code); return(Json(estimateData)); }