public static List <DetalleIngreso> listaIngreso(int idDetalle) { return(Ingreso.BuscarIngreso(idDetalle)); }