public void Delete(int id)
 {
     _authorManager.DeleteById(id);
 }