public IActionResult Add([FromBody] UserAdmin model)
 {
     return(Ok(_userAdminService.Add(model)));
 }