public static BusHoaDon GetInstance() { if (Instance == null) { Instance = new BusHoaDon(); } return(Instance); }
public static BusHoaDon GetInstance() { if(Instance == null) Instance = new BusHoaDon(); return Instance; }