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