public void enable_broker() { Db = new SqlCommander(BrokerConnectionString); Broker = new SqlServerServiceBroker(Db); Broker.EnableBroker(); }