public void SetDefault()
 {
     settings = this;
 }
 public static void Refresh()
 {
     settings = null;
 }