public int CheckReportedComment(int userId, int commentId)
 {
     return(context.CheckReportedComment(userId, commentId));
 }