@Override
 public void remove(PhoneType entity) {
   phoneTypeDao.remove(entity);
 }