public static int getDiff() {
   return _population - (ONLINE.getSize() + OFFLINE.getSize());
 }