/// <summary>
 /// Creates an Image object containing a screen shot of the entire desktop
 /// </summary>
 /// <returns></returns>
 public static Image CaptureScreen()
 {
     return(CaptureWindow(ProcessWindowHelper.GetDesktopWindow()));
 }