@Override
 public List<PhoneType> findAll() {
   return phoneTypeDao.findAll();
 }