public ActionResult LoadConstractDtlCommonText(string ConstractId, string ConstractTemplateId)
        {
            List <ConstractCommonTextDto> lst = service.ConstractCommonTextSearch(ConstractId, ConstractTemplateId);

            return(Json(lst));
        }