public void removePhone(Long phoneId) {
   phoneManager.delete(phoneId);
 }