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

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