@Override public int selectProfileId(Profile profile) throws RuntimeException { return profileDao.selectProfileId(profile); }
@Override public int insertProfile(Profile profile) throws RuntimeException { return profileDao.insertProfile(profile); }