private void loaddatagrid() { UserVM UserVMd = new UserVM(); datagrid.ItemsSource = UserVMd.GetUserList(); }