partial void DeleteTicketAttachment(TicketAttachment instance);
 partial void InsertTicketAttachment(TicketAttachment instance);
 partial void UpdateTicketAttachment(TicketAttachment instance);
 private void detach_TicketAttachments(TicketAttachment entity)
 {
     this.SendPropertyChanging();
     entity.Ticket = null;
 }
 partial void DeleteTicketAttachment(TicketAttachment instance);
 partial void UpdateTicketAttachment(TicketAttachment instance);
 partial void InsertTicketAttachment(TicketAttachment instance);
		private void detach_TicketAttachments(TicketAttachment entity)
		{
			this.SendPropertyChanging();
			entity.Ticket = null;
		}