public DataTable listar_caja_cerrada(DateTime fechaini, DateTime fechafin)
 {
     return(icaja.listar_caja_cerrada(fechaini, fechafin));
 }