public bool Update_prof(UserProfileEntities userprof) { UserProfileDao userProfileDao = new UserProfileDao(); return(userProfileDao.Update_prof(userprof)); }