public static function get_user_id_posted_comment($comment_id)
 {
     return CommentsDAO::get_user_id_posted_comment($comment_id);
 }