partial void DeletecmsContentTypeAllowedContentType(cmsContentTypeAllowedContentType instance);
 partial void UpdatecmsContentTypeAllowedContentType(cmsContentTypeAllowedContentType instance);
		private void detach_cmsContentTypeAllowedContentTypes1(cmsContentTypeAllowedContentType entity)
		{
			this.SendPropertyChanging();
			entity.cmsContentType1 = null;
		}
 partial void InsertcmsContentTypeAllowedContentType(cmsContentTypeAllowedContentType instance);
		private void attach_cmsContentTypeAllowedContentTypes(cmsContentTypeAllowedContentType entity)
		{
			this.SendPropertyChanging();
			entity.cmsContentType = this;
		}