private void stopServer() {
   server.stopServer();
 }
 private void startServer() {
   server.startServer();
 }