public void RemoveAll()
        {
            Root?.ItemsCanvas?.RemoveAll();

            modelService.RemoveAll();
        }