private void detach_Websites(Website entity)
		{
			this.SendPropertyChanging();
			entity.Webmaster = null;
		}
		private void attach_Websites(Website entity)
		{
			this.SendPropertyChanging();
			entity.Webmaster = this;
		}
 partial void UpdateWebsite(Website instance);
 partial void DeleteWebsite(Website instance);
 partial void InsertWebsite(Website instance);