public void Remove(TEntity entity)
 {
     _context.Remove(entity);
     _context.SaveChanges();
 }