public void Remove(Books book) { _context.Remove(book); }
public void Remove(Categories category) { _context.Remove(category); }