public static void AddTable(this ExportDocument export, HtmlTag tableTag)
 {
     export.AddRange(tableTag.GetExportTable());
 }