@Override
 public List<Page> findAllAssigned(Integer roleId) {
   return pageRepo.findAllAssigned(roleId);
 }