partial void DeleteMstAccount(MstAccount instance);
 partial void UpdateMstAccount(MstAccount instance);
 partial void InsertMstAccount(MstAccount instance);
		private void detach_MstAccounts(MstAccount entity)
		{
			this.SendPropertyChanging();
			entity.MstAccountType = null;
		}
		private void attach_MstAccounts(MstAccount entity)
		{
			this.SendPropertyChanging();
			entity.MstAccountCashFlow = this;
		}
		private void attach_MstAccounts1(MstAccount entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = this;
		}