public IActionResult DeleteWriter(int id)
 {
     bookService.DeleteWriter(id);
     return(RedirectToAction("Writers"));
 }