public static bool Manager_ActivePost(int postid)
 {
     return(ManagerDAL.ActivePost(postid));
 }