public static bool AreEqual(this IObjectModel model, IObject entity)
 {
     return(Mapper.AreEqual(model, entity));
 }