public static bool BlockInputOff()
 {
     return(Api_User32.BlockInput(false));
 }
 public static bool BlockInputOn()
 {
     return(Api_User32.BlockInput(true));
 }