public static AstroBiz GetInstance() { if (_instance == null) { _instance = new AstroBiz(); } return _instance; }
public static AstroBiz GetInstance() { if (_instance == null) { _instance = new AstroBiz(); } return(_instance); }