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