public void SetSystemDecorations(Controls.SystemDecorations enabled)
 {
     _native.SetDecorations((Interop.SystemDecorations)enabled);
 }