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