public string GetTextComment(int id)
 {
     return(context.GetTextComment(id));
 }