public static TransferManager GetInstance() { if( _instance == null ) { _instance = new TransferManager(); } return _instance; }