public static GridFactory GetInstance() { if (instance == null) { instance = new GridFactory(); instance.InitGrid(4, 4); } return(instance); }