public int CheckReportedPost(int userId, int postId)
 {
     return(context.CheckReportedPost(userId, postId));
 }