protected void addPatch(Patch patch) {
   patchs.add(patch);
   patch.setListener(this);
 }