public void Remove(TEntity entity)
 {
     context.Remove(entity);
 }