public LibraryRepository()
 {
     this.context = new LibraryContext();
 }
 public LibraryRepository(LibraryContext context)
 {
     this.context = context;
 }