partial void DeleteTbl_VoucherComment(Tbl_VoucherComment instance);
 partial void UpdateTbl_VoucherComment(Tbl_VoucherComment instance);
		private void detach_Tbl_VoucherComments(Tbl_VoucherComment entity)
		{
			this.SendPropertyChanging();
			entity.Tbl_UserAccess = null;
		}
 partial void InsertTbl_VoucherComment(Tbl_VoucherComment instance);
		private void attach_Tbl_VoucherComments(Tbl_VoucherComment entity)
		{
			this.SendPropertyChanging();
			entity.Tbl_Voucher = this;
		}