public async Task Delete(int id)
 {
     await _repository.DeleteById(id);
 }