public DataSet GetProfileService(ProfileViewModel profileViewModel, string username) { return(profileDAL.GetProfileData(profileViewModel, username)); }