public IDataShell <AccountDBModel> UpdateNickPic(AccountDBModel user) { var res = _userDAL.UpdateNickPic(user); return(res); }