public override void Spawn_Representative()
        {
            SamuraiSectionRepresentative npc = new SamuraiSectionRepresentative();

            npc.Controller      = this;
            this.Representative = npc;
            npc.MoveToWorld(this.Location, this.Map);
        }
 public override void Spawn_Representative()
 {
     SamuraiSectionRepresentative npc = new SamuraiSectionRepresentative();
     npc.Controller = this;
     this.Representative = npc;
     npc.MoveToWorld( this.Location, this.Map );
 }