def Backup(self):
	iPodPath = BackuPod_shared.getipodPath()
	if iPodPath != None:
		CreateBackup(self,iPodPath)
def Restore(self):
	iPodPath = BackuPod_shared.getipodPath()
	if iPodPath != None:
		RestoreiPod(self,iPodPath)