public static Notification GigCanceled(Gig gig)
 {
     return(new Notification(NotificationType.GigCanceled, gig));
 }
 public static Notification GigCreated(Gig gig)
 {
     return(new Notification(NotificationType.GigCreate, gig));
 }