public static Kernel GetInstance() { if (instance == null) { instance = new Kernel(); } return instance; }
private Game() { kernel = Kernel.GetInstance(); }