public async Task CloseAsync()
 {
     Tree = new TreeViewModel();
     await Tree.CloseAsync();
 }