Variable TreeItem._id

class TreeItem
{
  // ...
  string _id;
  // ...
}