public void Delete(ContactInfo toBeDeleted)
 {
     Delete(int.Parse(toBeDeleted.Id));
 }