removes the specified item/items from datastore
tree.remove(tree.getSelectedId()); // removes selected tree.remove(1); //removes the item with id="1"