public Notification(NotificatonType type, string category, string message)
 {
     _type     = type;
     _category = category;
     _message  = message;
 }
 public Notification(NotificatonType type, string category, string message)
 {
     _type = type;
     _category = category;
     _message = message;
 }