public IHttpActionResult ChangePassword([FromBody] User user) { return(Ok(userMgr.ChangePassword(user))); }