public List <int> GetCommentsID(int postId)
 {
     return(context.GetCommentsID(postId));
 }