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