private addVolume(e: any) {
    e.preventDefault();
    this.version.volumes.push(new Volume({
      name: this.newVolumeName,
      type: this.newVolumeType,