onChangeBackgroundFile(event): void {
    const file = event.srcElement.files[0];
    this.profileBackground.setValue(file);
    this.getBase64(file, base64File => {
      this.profileBackgroundForPreview = base64File;