public static function get_instance()
 {
     self::$_this = empty(self::$_this) ? new SwpmTransfer() : self::$_this;
     return self::$_this;
 }