public IEnumerable <IDotNetProject> GetSelectedProjects()
 {
     return(viewModel.GetSelectedProjects());
 }