public async Task <bool> DeletePersonActivity(string id) { return(await _mgrFcc.DeletePersonActivity(id)); }