public async Task <bool> EditUser(UserCompleteDataModel user)
 {
     return(await _dataEvent.EditUserInfo(user));
 }