/**
  * @fn static public function eps_register()
  * @brief Register
  * 
  * Register the system and starting the shop
  * 
  * @author Ruben Storm
  * @version 0.0.5
  * @since 0.0.5
  */
 public static function eps_register()
 {
     /* register everthing what have to be registered */
     libDefine::mk_define();
     libTheme::mk_theme();
     libShopData::getShop();
     shopControler::checkShop();
     libShopData::getShop();
     libErrors::_getError();
     self::_get_Theme();
 }