static boolean enoughSpace() { for(int i=0;i<20;i++) { if(TabOb[i].getID()==-1){ return true; } } return false;}