public SolutionControl() { InitializeComponent(); AllProjects.SortBy(nameof(IProject.Name)); Projects.RegisterSort(nameof(IProject.Name)); }