public IHttpActionResult addNewUser(AppUserTable appUser) { appUserService.Create(appUser); return(Ok()); }