public IEnumerable <Hierarchy> Get(Pagination paginar) { return(_hierarchyRepository.Get(paginar)); }