public void grantAll(AtrilSession oSes)
throws ElementNotFoundException, NotEnoughRightsException, DmsException, InstantiationException, IllegalAccessException {
AuthorizationManager oAum = oSes.getAuthorizationManager();
Dms oDms = oSes.getDms();
DocumentRights oGrt = RightsFactory.getDocumentRightsAllGrant();
ArrayList<User> aUsrs = Users.top(oSes).list(oSes);
Document oCpts = getDocument();
for (User u : aUsrs) {
String sNick = u.getNickName();
if (!sNick.equals("admin")) {