public bool HardwareExists(long id)
 {
     return(repository.HardwareExists(id));
 }