/**
  * Get multiple tree nodes identified by id
  *
  * @param string|array $_id Ids
  * @return Tinebase_Record_RecordSet of Tinebase_Model_Tree_Node
  */
 public function getMultipleTreeNodes($_id)
 {
     return $this->_treeNodeBackend->getMultiple($_id);
 }