addGivenPart() {
    this.currentPart = new ScenarioPart('GIVEN');
    this.currentCase.parts.push(this.currentPart);
  }