public List<Technology> GetNewDevices()
 {
     TechnologyHandler myHandler = new TechnologyHandler(); return myHandler.GetNewDeviceList();
 }