private void detach_File(File entity)
		{
			this.SendPropertyChanging();
			entity.Directory = null;
		}
		private void attach_File(File entity)
		{
			this.SendPropertyChanging();
			entity.Directory = this;
		}
	partial void UpdateFile(File instance);
	partial void DeleteFile(File instance);
	partial void InsertFile(File instance);