private void AddSelfToMarket(Resource resource)
 {
     Town.AddAgentToMarket(resource, this);
 }