/**
  * global load_class method
  */
 function load_class()
 {
     // Capture argument
     $args = func_get_args();
     // Return new TRON to resolve any possible error
     return Tron::make()->load($args);
 }