bool IsPackageInstalled()
 {
     return(selectedProjects.IsPackageInstalled(package));
 }