* @throws DAOException
*/
public static void main(final String[] args) throws DAOException {
DAO dao = new CastorDAO();
GWESM gwesm = dao.loadData("testsData\\GWESM-Sample.xml");
Character character = gwesm.getAccounts().get(0).getCharacters().get(0);
Display display = new Display();
final Shell shell = new Shell(display, SWT.CLOSE | SWT.TITLE | SWT.MIN);