public AuthorRepository()
 {
     this._db = new BookStoreDataContext();
 }
 public BookRepository()
 {
     _db = new BookStoreDataContext();
 }