public IHierarchyData GetParent() { if (ParentId == null) { return(null); } return(_TreeModel.First(tm => tm.Id == ParentId)); }