public string GetNewRowId(int id)
 {
     var service = new psi_customerContractService();
     return service.GetNewKey("ContractNo", "maxplus", id);
 }
        public string GetNewRowId(int id)
        {
            var service = new psi_customerContractService();

            return(service.GetNewKey("ContractNo", "maxplus", id));
        }