public static string GetLabel(this Controller controller, string key)
 {
     return(ResourceMngr.GetLabel(key, controller));
 }
 public static string GetLabel(this IHtmlHelper htmlHelper, string key)
 {
     return(ResourceMngr.GetLabel(key, htmlHelper));
 }