public static string  obtenerEstadoEntrega(int id)
 {
     boleta    = new Boleta();
     boleta.ID = id;
     return(boleta.getEstadoEntrega());
 }