public static IEnumerable <string> GetAllImages()
 {
     return(FileHelper.FilterFiles(ImagesPath, "png", "jpg", "gif"));
 }
 public static string RelativeImagePath(string fullPath)
 {
     return(FileHelper.RelativePath(fullPath, ImagesPath));
 }