public void StartServer()
 {
     _Server = new Server.Server();
     _Server.stratServer("127.0.0.1", 8888);
 }