/**
  *
  * @return Ultimatum_Model_Ultplayergroupordertypes
  */
 public static function getInstance()
 {
     if ($pReload || is_null(self::$_Instance)) {
         // process
         self::$_Instance = new self();
     }
     return self::$_Instance;
 }