void UpdateIsMarkAsRead(Status status) { if (status != null) { tbtweetsText.FontWeight = FontWeights.Normal; _isRead = true; status.IsRead = true; LocalStatusBO.SaveChanges(); status.OnUnReadPropertyChanged(status); borderBg.Background = new SolidColorBrush(Colors.White); } }