public IActionResult SetApprove([FromRoute] bool app, int registerId)
 {
     return(Ok(_deviceLogic.SetApproved(app, registerId)));
 }