/// <summary>
 /// GetFooters
 /// </summary>
 public override XDocument GetFooters(FooterType type)
 {
     return(Footer.GetFooter(type));
 }