public void addFactory(BaseTargetFactory factory, int weight = 1)
 {
     _factoryList.addItem(factory, weight);
 }