protected void change_stat()
 {
     bus.userid = int.Parse(Session["user_id"].ToString());
     bus.change_stat();// to change the seen status of notification
 }