public IEnumerable <Profile> GetAll()
 {
     return(_profileDao.GetAll());
 }