public boolean removeImport(String i) {
   return imports.remove(i);
 }