public async Task <int> GetOrphansCount(int Uid) { return(await _userDBService.GetOrphansCount(Uid)); }