public string checkOut([FromBody] dynamic userData)
 {
     return(UserHelpers.CheckOut(userData));
 }