public virtual void Delete(int id)
 {
     _comicBookContext.Remove(id);
 }