public AccountList()
 {
     this.InitializeComponent();
     conn      = new Connection().GetConnection();
     viewModel = new AccountViewModel();
     accounts  = viewModel.AccountChart();
     LoadListView();
 }