public static AutoSnap Instance()
 {
     if (_instance == null) {
         _instance = new AutoSnap();
     }
     return _instance;
 }
 public static AutoSnap Instance()
 {
     if (_instance == null)
     {
         _instance = new AutoSnap();
     }
     return(_instance);
 }