public void AllToursToPDF()
 {
     log.Info(String.Format("Print Tour PDF of All Tours"));
     BLM.PrintAllToursToPDF(Tourlist);
 }