public bool Update(LibraryModel news)
 {
     throw new NotImplementedException();
 }
 public LibraryModel Add(LibraryModel news)
 {
     throw new NotImplementedException();
 }