public static DataTable obtenerReporteFiltrado(string comandaId) { DataTable dt = new DataTable(); dt = ComandaDato.reporteFactura(comandaId); return(dt); }