internal PreviewProfileModel profileData(int userId)
 {
     return(dataAccess.profileData(userId));
 }