public void GetAllPackages()
 {
     var library = new LibraryService();
     library.GetPackages();
 }