public static Notification_Image ToNotification_Image(this Notification_Image entity, Notification_Image destination)
 {
     return(entity.MapTo(destination));
 }
 public static Notification_ImageItem ToItem(this Notification_Image entity)
 {
     return(entity.MapTo <Notification_Image, Notification_ImageItem>());
 }