//Construcor which initializes the market client which is in the DAL
 public Socket()
 {
     this.marketClient = new MarketClient();
 }
 public AutoMarketAgent()
 {
     this._marketClient = new MarketClient();
     updateCommodities();
     //autoPilot();
 }