def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__name = None
     self.__capacity = None
     self.__allocation = None
     self.__formats = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()