public static Accounts GetInstance() { return(accounts == null ? accounts = new Accounts() : accounts); }