public void get_comments()
 {
     GridView1.DataSource = li.get_all_comments_related_story(li);
     GridView1.DataBind();
 }