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