* Initializes the system modules such as the picture and the loan module.
*/
private static void loadSystemModules() {
register(new PictureModule());
register(new LoanModule());
register(new UserModule());
register(new PermissionModule());
register(new TabModule());
}