public ActionResult GetCodeForm(string typeId, string verId, string code) { var data = dictionaryBLL.GetStandardCodeEntity(typeId, verId, code); return(Content(data.ToJson())); }