public void LoadComments(PhotoCommentCollection comments) { var pc = new PictureComments(); pc.LoadComments(comments, "Comments"); grdSubWindow.Children.Add(pc); ShowSubWindow(0, 40, 0); }