public void DeleteDtoByID(int id)
 {
     _hardwareRepository.DeleteEntityById(id);
 }