// CUSTOM FUNCTIONS
 private void LoadBankAccounts()
 {
     da = new DataAccess();
     dgItems.DataContext = da.ProfileBankAccountViewGet();
 }