public bool AddDevice(string device)
 {
     return(_dataAccessService.AddNewDevice(device));
 }