static void Main(string[] args)
 {
     gameCore = new GameCore();
     gameCore.Run();
     gameCore.Dispose();
 }