public static List <string> AdminControlersList() { return(RP.GetAdminControlerTypesRepository().Select(r => r.Name).OrderBy(r => r).ToList()); }