public static Контрагенты Новый()
        {
            NsgBaseObject obj = CreateByGuid(NsgService.StringToGuid("5d0d27e1-8f54-4a2b-81dd-9c61273a3967"));

            if (obj == null)
            {
                obj = new Контрагенты();
            }
            return(obj as Контрагенты);
        }
 private Контрагенты[] convertArray(NsgMultipleObject[] array)
 {
     Контрагенты[] res = new Контрагенты[array.Length];
     array.CopyTo(res, 0);
     return(res);
 }