public static IEpisodeLocationSearchModel MapToSearchModel(this IEpisodeLocationModel model)
 {
     return(Mapper.MapToSearchModel(model));
 }