public CustomerCustomerDemoCollectionProxyStub CustomerCustomerDemo_SaveCollection(CustomerCustomerDemoCollectionProxyStub collection)
        {
            if (collection != null)
            {
                CustomerCustomerDemoCollection c = collection.GetCollection();
                c.Save();
                return(c);
            }

            return(null);
        }
		public CustomerCustomerDemoCollectionProxyStub CustomerCustomerDemo_SaveCollection(CustomerCustomerDemoCollectionProxyStub collection)
		{
			if (collection != null)
			{
				CustomerCustomerDemoCollection c = collection.GetCollection();
				c.Save();
				return c;
			}

			return null;
		}