/// <summary>Closes the table.</summary>
 public void CloseTable()
 {
     Content.TableClose();
     Content.CardClose();
     Content.AddHtml("&nbsp;");
 }