public void RemoveCategoryAsync(Category category) { context.Remove(category); }
public void RemoveAuthorAsync(Author author) { context.Remove(author); }