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