public static DataTable showBoletas()
 {
     boleta = new Boleta();
     return(boleta.getTableBoletas());
 }