private void detach_Inboxes(Inbox entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
		private void attach_Inboxes(Inbox entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}
 partial void UpdateInbox(Inbox instance);
 partial void DeleteInbox(Inbox instance);
 partial void InsertInbox(Inbox instance);