public static IDictionary <string, string> GetFeatureImageList()
 {
     using (var sRepository = new SeriesRepository())
     {
         return(sRepository.GetFeatureImageList());
     }
 }