public static CustomerAcctDto GetAcct(short pCustomerAcctId) { using (var _db = new Rbr_Db()) { return(CustomerAcctManager.GetAcct(_db, pCustomerAcctId)); } }