public static string GetResourceByName(string resourceName)
 {
     return(ResourcesHelper.GetResourceByType(typeof(Resources), resourceName));
 }