private void Click(RowStoryAdapterClickEventArgs args)
 {
     ItemClick?.Invoke(this, args);
 }