public int GetPostIdFromComment(int commentid)
 {
     return(context.GetPostIdFromComment(commentid));
 }