public static void Initialize(Game game)
 {
     if (instance == null) instance = new Graphics(game);
 }