public void SetEquipmentUI(EquipmentUIInterface eqImpl)
 {
     eqListener = eqImpl;
 }
 public void SetEquipmentImpl(EquipmentUIInterface eqImpl)
 {
     this.eqImpl = eqImpl;
 }