public Account GetAccount() { var account = fw.GetAccount(); account.Orders = fw.GetEntryOrders(""); return(account); }