public static void AddNotification(string title, string content)
 {
     instance.Add(title, content);
 }