public Task <TEntity> AddOrUpdate(TEntity entity)
 {
     return(_repository.AddOrUpdate(entity));
 }