/// <summary>
 /// Draws the current screen.
 /// </summary>
 public static void DrawScreen()
 {
     _screen.Draw();
 }