private void attach_Donors(Donor entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}
		private void detach_Donors(Donor entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
 partial void DeleteDonor(Donor instance);
 partial void UpdateDonor(Donor instance);
 partial void InsertDonor(Donor instance);
		private void detach_Donors1(Donor entity)
		{
			this.SendPropertyChanging();
			entity.User1 = null;
		}
		private void attach_Donors1(Donor entity)
		{
			this.SendPropertyChanging();
			entity.User1 = this;
		}