public static Image ImageFromFile(string fp)
 {
     return(GraphicsMgr.GetImageSafely(fp));
 }