public static Event ToEntity(this EventWidgetModel model, Event destination)
 {
     return(model.MapTo(destination));
 }
 public static Event ToEntity(this EventWidgetModel model)
 {
     return(model.MapTo <EventWidgetModel, Event>());
 }