partial void DeleteProjectImage(ProjectImage instance);
 partial void UpdateProjectImage(ProjectImage instance);
		private void detach_ProjectImages(ProjectImage entity)
		{
			this.SendPropertyChanging();
			entity.Project = null;
		}
 partial void InsertProjectImage(ProjectImage instance);
		private void attach_ProjectImages(ProjectImage entity)
		{
			this.SendPropertyChanging();
			entity.Project = this;
		}