public Game(int width, int height, string title) : base(WindowFactory.CreateDefaultWindow(width, height, title))
 {
 }
 public ElementBufferObjectGame(int width, int height, string title) : base(WindowFactory.CreateDefaultWindow(width, height, title))
 {
 }