partial void DeleteTranscodingQueue(TranscodingQueue instance);
 partial void UpdateTranscodingQueue(TranscodingQueue instance);
 partial void InsertTranscodingQueue(TranscodingQueue instance);
		private void detach_TranscodingQueues(TranscodingQueue entity)
		{
			this.SendPropertyChanging();
			entity.Server = null;
		}
		private void detach_TranscodingQueues(TranscodingQueue entity)
		{
			this.SendPropertyChanging();
			entity.TargetFormat = null;
		}
		private void attach_TranscodingQueues(TranscodingQueue entity)
		{
			this.SendPropertyChanging();
			entity.ServerMedia = this;
		}