secondChanged(newVal: number): void {
    this.dialogModel = this.dialogModel.clone().second(newVal);
    this.second = this.dialogModel.format('ss');
  }