bool IsPackageInstalledInSolution(IPackage package)
 {
     return(selectedProjects.IsPackageInstalledInSolution(package));
 }