public async Task AddNgo(Ngo ngo)
 {
     IsValidNgo(ngo);
     await _userStore.AddNgo(ngo);
 }