public void Edit(Textbook t) { throw new NotImplementedException(); }
public void Add(Textbook t) { db.Textbooks.Add(t); db.SaveChanges(); }