public async Task <List <SBUEntity> > GetSbu(int companyId) { var result = await _hierarchyRepository.GetSbu(companyId); return(result.ToList()); }