public static function updatePost($postId, $post_title, $post_content)
 {
     DAL::updatePost($postId, $post_title, $post_content);
 }