public void addToGroup(Object item) throws DuplicateKeyException {
   clientsTabHandler.addToGroup(item);
 }