private void AddLogo(TableCellBuilder cellBuilder)
 {
     cellBuilder
     .SetHorizontalAlignment(HorizontalAlignment.Right)
     .AddImageToCell(Path.Combine("images", "BS_Logo_2x.png"));
 }