public async Task <int> GetRelationsCount(string excludePersonId) { try { return(await _mgrFcc.PersonTypeaheadWithPossibilitiesCount(excludePersonId)); } catch (Exception) { //TODO error exception! return(0); } }