private void ADD(object sender, RoutedEventArgs e) { postServices.AddComment(Text.Text, postId); this.Close(); }