public void modificarInmobles()throws Exception
{
String keyInmoble = currentInmobleIndex;
InmobleCaract inmobleSeleccionat = currentInmobleCaract;
Map<Key,String> valorsCaract = inmobleSeleccionat.getCaractInmobles();
Iterator<?> itValorsCaract = valorsCaract.entrySet().iterator();
while (itValorsCaract.hasNext())
{