private void detach_Collections(Collection entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
		private void attach_Collections(Collection entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
 partial void UpdateCollection(Collection instance);
 partial void DeleteCollection(Collection instance);
 partial void InsertCollection(Collection instance);