public void SignUp([FromBody] Account user)
 {
     bool isSuccess = userProvider.Add(user);
 }