internal static void AddList(CustomerCustomerDemoInfoList lst)
 {
     foreach (CustomerCustomerDemoInfo item in lst)
     {
         _AllList.Add(item);
     }
 }
 public CustomerCustomerDemoInfoListPropertyDescriptor(CustomerCustomerDemoInfoList collection, int index) : base(collection, index)
 {
     ;
 }