// Marksall visible notifications as read
 protected void BtnMarkRead_Click(object sender, EventArgs e)
 {
     NotificationBL.MarkAllAsRead(notifList);
     FillNotifications();
 }