public int[] getAllConnIDExept(int[] exeptions)
 {
     return(GeneralHelp.deleteFromIntArray(allConnIDs, exeptions));
 }