public SoldierTermite() {
   this.entityId = Helper.GenerateSelfIncrement();
 }
 public SoldierTermite(int[] location, World world) {
   this.entityId = Helper.GenerateSelfIncrement();
   this.location = location;
   this.world = world;
 }