public virtual bool ChangePassword(string oldPassword, string newPassword) { bool success = Provider.ChangePassword(UserName, oldPassword, newPassword); UpdateUser(); return(success); }