public ArrayList<ListasProveedorBean> getListasProveedor(int idProveedor) throws Exception {
   return consultas.getListasProveedor(idProveedor);
 }