public void SetUnread()
 {
     if (!TabTitle.EndsWith("*"))
     {
         TabTitle = TabTitle + "*";
     }
 }