public void PutComputerToHibernate()
 {
     PowerManagementNative.SetSuspendState(true, true, true);
 }
 public void PutComputerToSleep()
 {
     PowerManagementNative.SetSuspendState(false, true, true);
 }