public bool Exists(int id)
 {
     return(_comicBookContext.Set <TEntity>().Any(c => c.Id == id));
 }