public void Remove(int id)
 {
     _profileDao.Remove(id);
 }