public void AddLibrary(LibraryAddModel model)
 {
     _libraryService.AddLibraryAsync(model);
     return;
 }