public IActionResult GetDeviceTypes()
 {
     return(Ok(deviceTypeService.GetAll()));
 }