private void FocusOnPhotoshop()
 {
     photoshopHandle = WindowHandler.FindWindow(PhotoshopWndClassName, null);
     WindowHandler.SetForegroundWindow(photoshopHandle);
 }