@Override
 public PhoneType update(PhoneType entity) {
   return phoneTypeDao.update(entity);
 }