private bool HardwareExists(long id)
 {
     return(service.HardwareExists(id));
 }