public ClienteBean getCliente(int idCliente) throws Exception {
   return consultas.getCliente(idCliente);
 }