public Networking(ServerController controller)
 {
     serverController = controller;
 }
 static void Main(string[] args)
 {
     var app = new ServerController();
 }