public async Task RemoveAsync(int id)
 {
     await _computerRepository.RemoveAsync(id);
 }