public Hierarchy GetHierarchyForUser(long userId) { return(_hierarchyRepository.GetHierarchyForUser(userId)); }