public static AuthWindow GetInstance()
 {
     return(_instance ?? (_instance = new AuthWindow()));
 }
 static AuthWindow()
 {
     _instance = null;
 }