public bool saveProfileService(ProfileViewModel profileViewModel) { return(profileDAL.saveProfileData(profileViewModel) && UpdateAppointmentService(profileViewModel)); }